You can copy and make certain changes to the appearance of the report output. For example, you can customize the top line in the label run. In the following example, you need to select both the Use Multi-Level Postal Sorts and Use Carrier Route Sort fields on the Subscription Information window (from Billing, select Set up module> Products, select a product of type SUB, and click Subscription Info).
To modify subscription labels
1. Select Utilities > Report Specs to open the Report Specifications window.
2. Select the label report to modify.
3. Click Clone.
4. Tab to the Title field and modify the name of the report.
5. Click Parameters. The Detail Report Parameters window opens.
6. Click Options.
7. Select Additional Fields.
8. Press Ctrl-Z to open the window and add the following:
jst(Name.ID,10,RV.SubCRRT,8,RV.SubLabelMark,1)
9. Click OK on the Additional Fields window.
10. Click Save on the Detail Report Parameters window.
11. Close the windows.
12. The following will print on the labels:
□ ID, left-adjusted for 10 positions
□ CRRT, from Name_Address for 8 positions
□ ###, which is hard-coded as the SubLabelMark
Note. The format spacing can be changed, but be sure to use the field names RV.SubCRRT and RV.SubLabelMark exactly as spelled.
Note: RV stands for report variable.